home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / AMOSList / AMOSLIST.0997 / 000356_amos-request@svcs1.digex.net_Mon Sep 29 22:58:31 1997.msg < prev    next >
Text File  |  1997-10-01  |  2KB  |  53 lines

  1. Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224])
  2.     by mail4.access.digex.net (8.8.5/8.8.5) with ESMTP id WAA27435
  3.     for <mcox@access.digex.net>; Mon, 29 Sep 1997 22:58:30 -0400 (EDT)
  4. Received: (from daemon@localhost)
  5.     by svcs1.digex.net (8.8.5/8.8.5) id UAA19889
  6.     for amos-out; Mon, 29 Sep 1997 20:50:26 -0400 (EDT)
  7. Received: from mail3.access.digex.net (mail3.access.digex.net [205.197.247.4])
  8.     by svcs1.digex.net (8.8.5/8.8.5) with ESMTP id UAA19886
  9.     for <amos-list@svcs1.digex.net>; Mon, 29 Sep 1997 20:50:25 -0400 (EDT)
  10. Received: from mail0.tor.acc.ca (mail0.tor.acc.ca [204.92.54.110])
  11.     by mail3.access.digex.net (8.8.5/8.8.5) with ESMTP id UAA14516
  12.     for <amos-list@access.digex.net>; Mon, 29 Sep 1997 20:50:23 -0400 (EDT)
  13. Received: from ican.net (ppp-163.isdn-1.ssm.ican.net [206.248.78.163])
  14.     by mail0.tor.acc.ca (8.8.7/8.8.6) with SMTP id UAA24310
  15.     for <amos-list@access.digex.net>; Mon, 29 Sep 1997 20:50:10 -0400 (EDT)
  16. From: Cori Skagen <cskagen@ican.net>
  17. Reply-To: cskagen@ican.net
  18. To: amos-list@access.digex.net
  19. Date: Mon, 29 Sep 1997 12:59:40 +0500
  20. Message-ID: <yam7211.2038.3560152@mail.ican.net>
  21. X-Mailer: YAM 1.3.4 - Amiga Mailer by Marcel Beck
  22. Organization: none
  23. Subject: arrary searching help required
  24. MIME-Version: 1.0
  25. Content-Type: text/plain
  26. Status: O
  27. X-Status: 
  28.  
  29. Hi all,
  30.  
  31. I'm trying to write a file requester, and I need a way of searching through
  32. the list, and updating its position in the requester according to what I type
  33. in the filename.  For an example, look at either asl or reqtools requesters,
  34. they both do this, any ideas?
  35.  
  36. The 'match' command seems to be useless in this case, since it seems to do
  37. only whole strings and I need to do a partial string search.
  38.  
  39. I don't want to search the entire array, as this would be inefficent and slow,
  40. I need a sort of a shell sort routine, but instead of sorting it searches
  41. instead.
  42.  
  43. Any help would be appreciated.
  44.  
  45. -- 
  46. ~~~~~~~~~~~~~~~~~~~~~~~~~
  47. Cori Skagen
  48.  
  49. cskagen@ican.net
  50. Cori.Skagen@saultc.on.ca
  51.  
  52. ~~~~~~~~~~~~~~~~~~~~~~~~~~
  53.